Welcome![Sign In][Sign Up]
Location:
Search - cpu scheduling java

Search list

[Windows DevelopjinchengdiaoduWenDan

Description: 整个设计采用java语言,利用面向对象思想。 首先,编写一个进程调度类Main_PCB,一个进程信息类PCB_block可以创建进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 对应成员变量是pcb_Name pcb_ID int pcb_Pro PCB_Begintime() pcb_Needtime pcb_Spendtime pcb_Finishtime String pcb_Statue 成员方法是pcb_Work () 可以实例化多个包含相同信息的进程,一个线程类Work允许多个进程共行的进程调度创建各自的模拟任务,由process_Create(int Process_ProcessNum)方法实现创建Process_ProcessNum个进程。 -whole design using java language, the use of object-oriented thinking. First, the process of preparation of a scheduling Main_PCB category, an Information PCB_block process can create process control block (PCB) said. Process control block may contain the following information : process, and priority number, arrival time, the need to run time CPU has spent time, the process of the state and so on. Corresponding member variables is pcb_Name pcb_ID int pcb_Pro PCB_Begin time () pcb_Needtime pcb_Spendtime pcb_Finis htime String pcb_Statue members is pcb_Work () can be examples many of the same information included in the process. Work like a thread allows multiple process held a total of the scheduling process to create their own simulations, by process_Create (int Process_ProcessNum) method
Platform: | Size: 84992 | Author: 传统 | Hits:

[JSP/JavaProcessCall

Description: 操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列 -operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of implementation, respectively : FIFO-scheduling algorithm; Based on the number of priority scheduling algorithm; shortest execution time scheduling algorithm to determine which 10 of the CPU the process of the implementation process. Scheduling requires every process when displayed on the screen : the current implementation process; Ready queue; Waiting for the queue
Platform: | Size: 104448 | Author: 魏然 | Hits:

[OS DevelopCPUScheduler

Description: 经典的CPU进程调度软件,可以了解CPU调度的原理.-classic CPU process scheduling software, CPU scheduling can understand the principle.
Platform: | Size: 8192 | Author: 陈聪 | Hits:

[JSP/JavaHomeWork

Description: 计算cpu 在rr fcfs ss排程中的使用排序 并计算它的总平均 -Cpu calculation rr fcfs ss in scheduling the use of sort and calculate its average
Platform: | Size: 5120 | Author: 林振 | Hits:

[JSP/JavaMemory

Description: 操作系统的cpu调度以及内存管理的java实现-Cpu scheduling the operating system and memory management to achieve the java
Platform: | Size: 4096 | Author: Sung | Hits:

[JSP/JavaOS_System

Description: 这是一个简单的操作系统,主要用文件来模拟磁盘,主要是实现CPU的调度及操作系统的文件管理.-This is a simple operating system, mainly used to simulate a disk file, mainly to achieve CPU scheduling and document management system.
Platform: | Size: 135168 | Author: 王五 | Hits:

[Process-Threadscheduling

Description: 设计一程式可输入 1、几个行程 2、每个行程各别的CPU暴冲时间(毫秒) 3、到达时间 4、优先顺序 并求出 1、FCFS 2、SJF - 不可抢先 3、SJF - 可抢先 4、Priority 5、RR 平均等待时间-Design a program may enter 1, 2 several trips, each trip of the other CPU storms red time (ms) 3, the arrival time 4, and obtained the order of priority 1, FCFS 2, SJF- can not be the first to 3, SJF-- can be the first to 4, Priority 5, RR average wait time
Platform: | Size: 2048 | Author: attackk | Hits:

[OS Developcpudd

Description: java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code
Platform: | Size: 4096 | Author: wayne | Hits:

[OS Developpcb

Description: 这是一个操作系统的源代码,关于进程调度问题的代码。可以模拟cpu的进程调度,虽然拙劣了点。但是值得参考一下的、-This is an operating system source code, the process of scheduling problems on the code. Cpu can simulate the process of scheduling, although clumsy for that. But it is also useful to look, and
Platform: | Size: 1024 | Author: 刘锦瑞 | Hits:

[JSP/JavaCPUSCheduling

Description: CPU Scheduling in Java with assigned prioities and arrival time
Platform: | Size: 63488 | Author: ArulMalar | Hits:

[JSP/Javarectangle

Description: hi hello this program is code for cpu scheduling algorithms in java
Platform: | Size: 2048 | Author: srujanareddy | Hits:

[Data structsOS

Description: 操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
Platform: | Size: 7345152 | Author: 穆旭 | Hits:

[JSP/Javaos

Description: 操作系统实验的题目 cpu的进程调度的模拟-Experimental process of the operating system cpu scheduling simulation
Platform: | Size: 5120 | Author: 袁俊 | Hits:

[OS DevelopCPU_schedule_simulation

Description: CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
Platform: | Size: 93184 | Author: msh2003 | Hits:

[JSP/Javap2

Description: cpu scheduling using java w-cpu scheduling using java wwewe
Platform: | Size: 59392 | Author: afa | Hits:

[JSP/Javacpudiaodusuanfa

Description: java cpu调度算法模拟 word文档提供了其部分源码-java cpu scheduling simulation word document provides some of its source
Platform: | Size: 27648 | Author: 亲张 | Hits:

[JSP/JavaCPUscheduling

Description: 用java实现cpu调度模拟(CPU scheduling)-Cpu scheduling simulation with java implementation (CPU scheduling)
Platform: | Size: 3311616 | Author: wang | Hits:

[JSP/JavaCpuScheduler

Description: 采用java编写的小程序,模拟了CPU的调度,加深对CPU调度的理解-Prepared using a small java program to simulate the CPU scheduling and deepen the understanding of the CPU scheduling
Platform: | Size: 5120 | Author: liunian | Hits:

[JSP/JavaCPU-Scheduling-Algorithms-Simulation-using-Java.r

Description: cpu scheduling algos using java
Platform: | Size: 99328 | Author: vikas | Hits:

[JSP/JavaFCFSGUI

Description: FCFS CPU Scheduling Java Program with GUI
Platform: | Size: 15360 | Author: sinoks | Hits:
« 12 »

CodeBus www.codebus.net